home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6363 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  897 b 

  1. Path: pacbell.com!usenet
  2. From: Ian Flint <iflin@ctp.com>
  3. Newsgroups: comp.lang.tcl,comp.lang.c,comp.lang.c++,comp.databases.sybase,comp.databases.oracle,comp.databases.informix,comp.databases.oracle
  4. Subject: Re: realloc equivalent in C++
  5. Date: Fri, 09 Feb 1996 15:36:42 -0800
  6. Organization: Pacific Bell
  7. Message-ID: <311BDA8A.1462@ctp.com>
  8. References: <4fecgc$ar9@engr.orst.edu> <DMJ15v.13C@falcon.daytonoh.attgis.com> <4fgir1$pri@theory.tc.cornell.edu>
  9. NNTP-Posting-Host: batchux.srv.pacbell.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (X11; I; HP-UX A.09.04 9000/891)
  14.  
  15. Honbo Zhou wrote:
  16. > Is there anything in C++ equvalent to realloc in C which can be used
  17. > to increase allocated memory? Can't find this even in C++ books which
  18. > talk about memory management specifically. Thanks. Honbo
  19.  
  20. Yes.  realloc.
  21.  
  22. - Ian Flint
  23.